<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50; }
  header &gt; .inner {
    margin: 0 auto;
    height: 80px;
    padding: 0 3.5%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      header &gt; .inner {
        width: 100%;
        padding: 0 3.5%;
        height: 60px; } }
    header &gt; .inner .logo_bsn {
      margin-right: auto; }
      @media screen and (max-width: 768px) {
        header &gt; .inner .logo_bsn {
          width: 150px; } }
      header &gt; .inner .logo_bsn a {
        display: block;
        font-size: 0; }
    header &gt; .inner nav {
      margin-right: 35px; }
      @media screen and (max-width: 768px) {
        header &gt; .inner nav {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background: rgba(0, 0, 0, 0.6);
          padding: 0 5%;
          margin: 0;
          height: calc(100vh - 75px); }
          header &gt; .inner nav.sc {
            overflow-y: scroll; } }
      header &gt; .inner nav ul {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: -webkit- center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          header &gt; .inner nav ul {
            display: block; } }
        header &gt; .inner nav ul li:first-child a {
          color: #ba9a38 !important; }
        @media screen and (min-width: 768px) {
          header &gt; .inner nav ul li:not(:last-child) {
            margin-right: 12px; } }
        @media screen and (max-width: 768px) {
          header &gt; .inner nav ul li:not(:first-child) {
            border-top: 1px solid  #fff; }
          header &gt; .inner nav ul li:first-child {
            padding-top: 0; } }
        header &gt; .inner nav ul li.act a, header &gt; .inner nav ul li:hover a {
          color: #ccc; }
        header &gt; .inner nav ul li a {
          color: #fff;
          font-size: 14px;
          text-decoration: none; }
          @media screen and (max-width: 768px) {
            header &gt; .inner nav ul li a {
              display: block;
              padding: 15px 0; } }
    header &gt; .inner .logo {
      width: 110px; }
      @media screen and (max-width: 768px) {
        header &gt; .inner .logo {
          width: 80px; } }

.icon-animation {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  top: -7px;
  z-index: 30;
  display: none; }
  @media screen and (max-width: 768px) {
    .icon-animation {
      display: block; } }
  .icon-animation.is-open .top {
    transform: translateY(0px) scale(0); }
  .icon-animation.is-open .bottom {
    transform: translateY(0px) scale(0); }
  .icon-animation.is-open .middle:before {
    transform: rotate(45deg); }
  .icon-animation.is-open .middle:after {
    transform: rotate(-45deg); }
  .icon-animation span {
    transition: all 0.3s;
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px; }
  .icon-animation .top {
    transform: translateY(-10px) scale(1); }
  .icon-animation .bottom {
    transform: translateY(10px) scale(1); }
  .icon-animation .middle {
    background: none;
    position: relative; }
    .icon-animation .middle:before {
      transition: all 0.3s;
      content: "";
      width: 30px;
      height: 3px;
      background: #fff;
      display: block;
      transform: rotate(0deg);
      position: absolute; }
    .icon-animation .middle:after {
      transition: all 0.3s;
      content: "";
      width: 30px;
      height: 3px;
      background: #fff;
      display: block;
      transform: rotate(0deg);
      position: absolute; }
  .icon-animation:after {
    content: "MENU";
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 1px;
    bottom: -15px;
    white-space: nowrap; }

/*# sourceMappingURL=include.css.map */
</pre></body></html>